home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 30
/
Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso
/
Aminet
/
util
/
boot
/
AmyShutDown_sr.lha
/
ShutDown_cat.h
< prev
next >
Wrap
C/C++ Source or Header
|
1997-06-05
|
892b
|
29 lines
#ifndef ShutDownStrings_CAT_H
#define ShutDownStrings_CAT_H
#include <exec/types.h>
#include <libraries/locale.h>
/* Prototypes */
extern void OpenAppCatalog(struct Locale *, STRPTR);
extern void CloseAppCatalog(void);
extern char *GetShutDown_SystemString(APTR);
/* Definitions */
extern const APTR _MSG_winChoose;
#define MSG_winChoose ((APTR) &_MSG_winChoose)
extern const APTR _MSG_labSelect;
#define MSG_labSelect ((APTR) &_MSG_labSelect)
extern const APTR _MSG_radOptions;
#define MSG_radOptions ((APTR) &_MSG_radOptions)
extern const APTR _MSG_radOptions0;
#define MSG_radOptions0 ((APTR) &_MSG_radOptions0)
extern const APTR _MSG_radOptions1;
#define MSG_radOptions1 ((APTR) &_MSG_radOptions1)
extern const APTR _MSG_butOk;
#define MSG_butOk ((APTR) &_MSG_butOk)
extern const APTR _MSG_butCancel;
#define MSG_butCancel ((APTR) &_MSG_butCancel)
#endif /* !ShutDownStrings_CAT_H */